##Bourbonnais Hundred Years' War Events##
## Created by Lambert Simnel           ##
## Edited by Johnny Canuck             ##

#English Victory in the Hundred Years' War#
event = {

	id = 20034
	trigger = {
		NOT = {
			vassal   = { country = ENG country = BOU } 
			}
		NOT = {
			war   = { country = ENG country = BOU } 
			}
		event = 20004
		NOT = { event = 20007 }
		}
	random = no
	country = BOU
	name = "EVENTNAME20028"
	desc = "EVENTHIST20028"
	style = 1

	date = { day = 1 month = january year = 1419 }
	offset = 60
	deathdate = { day = 6 month = july year = 1553 }


	action_a ={
		name = "ACTIONNAME20028A"
		command = { type = relation which = ENG value = 100 }
		command = { type = trigger which = 20035 } 
	}

	action_b ={
		name = "ACTIONNAME20028B"
		command = { type = trigger which = 20036 }
		command = { type = stability value = -3 }
		command = { type = relation which = ENG value = -200 } 
	}
}

event = {
	id = 20059
	trigger = {
		vassal   = { country = ENG country = BOU } 
		NOT = {
			war   = { country = FRA country = BOU} 
			}
		OR = {
			event = 20008 #France threw off English rule#
			event = 3588 #a french minor became france#
			event = 3589
			event = 3590
			event = 3591
			event = 3592
			event = 3593
			event = 3594
			event = 3601
			event = 3604
			event = 3606
			event = 20100
			}
			owned = {
					province = 385
					data = FRA
				}
		}
	random = no
	country = BOU
	name = "EVENTNAME20055"
	desc = "EVENTHIST20055"
	style = 1
	date = { day = 1 month = january year = 1419 }
	offset = 60
	deathdate = { day = 13 month = july year = 1789 }


	action_a ={				#France#
		name = "ACTIONNAME20055A"
		command = { type = trigger   which = 20060 }
 		command = { type = relation which = ENG value = -200 } 
		command = { type = breakvassal which = ENG } 
		command = { type = stability   value = 3 } 
		}
	action_b ={				#England#
		name = "ACTIONNAME20055B"
		command = { type = relation which = ENG value = 50 } 
		command = { type = relation which = FRA value = -100 }
		command = { type = stability   value = -1 } 
		}
	action_c ={				#neither#
		name = "ACTIONNAME20055C"
		command = { type = relation which = ENG value = -100 }
		command = { type = relation which = FRA value = -100 }
		command = { type = breakvassal which = ENG }  
		}
	}